home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209s.zip / octave-2.09 / libs / kpathsea / systypes.h < prev    next >
C/C++ Source or Header  |  1995-06-25  |  1KB  |  31 lines

  1. /* c-systypes.h: include <sys/types.h>.  It's too bad we need this file,
  2.    but some systems don't protect <sys/types.h> from multiple
  3.    inclusions, and I'm not willing to put up with that.
  4.  
  5. Copyright (C) 1993 Karl Berry.
  6.  
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2, or (at your option)
  10. any later version.
  11.  
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with this program; if not, write to the Free Software
  19. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */
  20.  
  21. #ifndef C_SYSTYPES_H
  22. #define C_SYSTYPES_H
  23.  
  24. #include <sys/types.h>
  25.  
  26. /* This is the symbol that X uses to determine if <sys/types.h> has been
  27.    read, so we define it.  */
  28. #define __TYPES__
  29.  
  30. #endif /* not C_SYSTYPES_H */
  31.